SetShaderResources(Int32,ShaderResourceView[]) Method
In This Topic
Bind an array of shader resources to the shader stage.
Syntax
'Declaration
Public Overloads Sub SetShaderResources( _
ByVal As System.Integer, _
ByVal ParamArray () As ShaderResourceView _
)
public void SetShaderResources(
System.int ,
params ShaderResourceView[]
)
Parameters
- startSlot
- Index into the device's zero-based array to begin setting shader resources to (ranges from 0 to D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT - 1).
- shaderResourceViews
- Array of {{shader resource view}} interfaces to set to the device.
See Also